projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12582ac
)
nand: ndfc: Remove unnecessary #ifdef's
author
Stefan Roese
<
[email protected]
>
Thu, 16 Jul 2009 13:13:04 +0000
(15:13 +0200)
committer
Scott Wood
<
[email protected]
>
Thu, 16 Jul 2009 22:52:03 +0000
(17:52 -0500)
Now that the 4xx NAND driver ndfc is moved to the common NAND driver
directory we don't need this #ifdef's anymore.
Signed-off-by: Stefan Roese <
[email protected]
>
Cc: Scott Wood <
[email protected]
>
Signed-off-by: Scott Wood <
[email protected]
>
drivers/mtd/nand/ndfc.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/ndfc.c
b/drivers/mtd/nand/ndfc.c
index 971e2ae6c73e4e6ff53cc2dd29ea604772584e77..528b22b49aeb32ec2a57720d385a080c12bd9a8d 100644
(file)
--- a/
drivers/mtd/nand/ndfc.c
+++ b/
drivers/mtd/nand/ndfc.c
@@
-30,10
+30,6
@@
*/
#include <common.h>
-
-#if defined(CONFIG_CMD_NAND) && !defined(CONFIG_NAND_LEGACY) && \
- defined(CONFIG_NAND_NDFC)
-
#include <nand.h>
#include <linux/mtd/ndfc.h>
#include <linux/mtd/nand_ecc.h>
@@
-219,5
+215,3
@@
int board_nand_init(struct nand_chip *nand)
return 0;
}
-
-#endif